projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c2b88
)
(Info-summary): Clear buffer-read-only.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 1998 03:56:42 +0000
(
03:56
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 17 Feb 1998 03:56:42 +0000
(
03:56
+0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 931e3c1bc0c0d2bdc3e60077e9b5ff6ecea1879a..0deb67c8b591b8ef872554a5cb03bf07c2edf904 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1518,6
+1518,7
@@
Give a blank topic name to go to the Index node itself."
(interactive)
(save-window-excursion
(switch-to-buffer "*Help*")
+ (setq buffer-read-only nil)
(erase-buffer)
(insert (documentation 'Info-mode))
(help-mode)